.jyy-about-us-banner {
    width: 100%;
    height: 464px;
    background: url('/jyyjczx/lib/image/banner.png') no-repeat center center/cover;
}


.jyy-about-us-tab .tab-content {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
}

.jyy-about-us-tab .tab-content .navigation-ul {
    display: flex;
    height: 100%;
}

.tab-c-left {
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 30px;
}

.jyy-about-us-tab .tab-content .navigation-ul li {
    margin-left: 0.8rem;
    height: 100%;
    line-height: 100px;
}

.jyy-about-us-tab .tab-content .navigation-ul li a {
    font-size: 18px;
    font-weight: 400;
    color: rgb(102, 100, 97);
}

.jyy-about-us-tab .tab-content .navigation-ul li.active {
    position: relative;
}

.jyy-about-us-tab .tab-content .navigation-ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgb(0, 85, 162);
}

.jyy-about-us-tab .tab-content .navigation-ul li.active a {
    font-weight: 700;
    color: rgb(51, 51, 51);
}

.crumbs-c-left {
    color: rgb(153, 153, 153);
    display: flex;
    align-items: center;
    font-size: 16px;
}

.crumbs-c-left a {
    color: rgb(153, 153, 153);
    margin: 0 5px;
    font-size: 12px
}

.crumbs-c-left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgb(0, 85, 162);
}

.jyy-e-zt {
    background: rgb(247, 247, 247);
    padding-top: 30px
}

.crumbs-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.crumbs-ul {
    display: flex;
}

.crumbs-ul li {
    margin-left: 0.6rem;
}

.crumbs-ul li a {
    color: rgb(102, 100, 97);
}

.crumbs-ul li.active a {
    color: rgb(0, 85, 162);
    font-weight: 700;
}

.jyy-content-look {

    display: flex;
}

.jyy-content-look .l-left {
    width: 38%;
}

.jyy-content-look .l-left img {
    width: 100%;
    height: 100%;
}

.jyy-content-look .l-right {
    width: 62%;
    padding: 70px;
    background: url('/jyyjczx/lib/image/1111-right.png')
}

.jyy-content-look .l-right .txt {
    color: #fff;
    text-indent: 2em;
    margin-top: 34px;
}

.jyy-content-look .l-right .title {
    font-size: 26px;
    color: #fff;
}

.jyy-content-text {
    margin-top: 44px;
}

.jyy-content-text p {
    text-indent: 2em;
    margin-bottom: 0.16rem;
    color: rgb(102, 102, 102);
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
}

.jyy-video-content {
    width: 82%;
    height: 475px;
    margin: 0 auto;
    margin-top: 58px;
    position: relative;
    display: flex;
    justify-content: center;
}

.jyy-video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jyy-video-content p {
    height: 0.61rem;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    line-height: 0.61rem;
    padding: 0 0 0 0.3rem;
    color: #fff;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
}

.video-play {
    position: absolute;
    width: 78px;
    height: 78px;
    border: 4px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    cursor: pointer;
    z-index: 2;
}

.hidden {
    display: none;
}

.zjjg-img {
    width: 100%;
}

.zjjg-img img {
    width: 100%;
}

/* 企业文化 */
.qyww-title {
    background: rgb(255, 255, 255);
    padding: 30px 20px 50px;
    margin-bottom: 30px;
}

.qyww-title .t-t {
    color: rgb(110, 120, 135);
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
}

.qyww-title .t-x {
    font-size: 16px;
    line-height: 32px;
    color: rgb(102, 100, 97);
    text-indent: 2em;
}

.qywh-next {
    width: 16px;
    height: 24px;
    background: url(/jyyjczx/lib/image/qywh-next.png) no-repeat center center / cover;
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 2;
    cursor: pointer;
}

.qywh-prev {
    width: 16px;
    height: 24px;
    background: url(/jyyjczx/lib/image/qywh-prev.png) no-repeat center center / cover;
    left: -35px;
    bottom: -30px;
    cursor: pointer;
    position: absolute;
}

/* 联系我们 */
.lxwm-box .lxwm-dizhi {
    padding: 36px;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}

.lxwm-box .lxwm-dizhi .dz-left {
    width: 34%;
    margin-right: 80px;
}

.lxwm-box .lxwm-dizhi .dz-left img {
    width: 100%;
}

.lxwm-box .lxwm-dizhi .dz-right {
    width: calc(66% - 80px);
}

.lxwm-box .lxwm-dizhi .dz-right .bt {
    display: flex;
    justify-content: space-between;
}

.lxwm-box .lxwm-dizhi .dz-right .bt .wz {
    color: rgb(102, 102, 102);
    font-size: 18px;
    font-weight: 700;
}

.lxwm-box .lxwm-dizhi .dz-right .bt .btn {
    width: 118px;
    height: 46px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-10px);
    cursor: pointer;
}

.lxwm-box .lxwm-dizhi .dz-right .bt .btn a {
    color: rgb(153, 153, 153);
    font-size: 16px;
}

.lxwm-box .lxwm-dizhi .dz-right p:not(:first-child) {
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-bottom: 14px;
}

.lxwm-box .lxwm-gz {
    background-color: #fff;
    padding: 10px 30px 30px;

}

.lxwm-box .lxwm-gz .gz-title {
    font-size: 18px;
    font-weight: 700;
    color: rgb(102, 102, 102);
}

.lxwm-box .lxwm-gz .ewm-gz {
    display: flex;
    justify-content: center;
}

.lxwm-box .lxwm-gz .ewm-gz div {
    display: flex;
    flex-direction: column;

}

.lxwm-box .lxwm-gz .ewm-gz div:nth-child(2) {
    margin: 0 48px;
}

.lxwm-box .lxwm-gz .ewm-gz div p {
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.lxwm-box .lxwm-gz .ewm-gz div img {
    width: 200px;
}

#myVideo {
    max-width: 870px;
}

.nr-title {
    line-height: 32px;
}

@media (max-width: 1150px) {
    .jyy-about-us-tab .tab-content .navigation-ul li {
        margin-left: 50px;
    }

    .jyy-head-navigation-ul .jyy-head-navigation-li:last-child .head-list {
        transform: translateX(-55%);
    }
}


.sta-nr-t {
    color: rgb(102, 102, 102);
    margin-bottom: 0.3rem;
    text-indent: 2em;
    line-height: 32px;
    font-size: 16px;
}